3 # Copyright (c) 2006 Microsoft Corporation. All rights reserved.
5 # The use and distribution terms for this software are contained in the file
6 # named license.txt, which can be found in the root of this distribution.
7 # By using this software in any fashion, you are agreeing to be bound by the
8 # terms of this license.
10 # You must not remove this notice, or any other, from this software.
14 INCLUDES =$(INCLUDES);$(NDPDIR)\inc\version
16 TARGETNAME=resourcecompiler
22 !if "$(FEATURE_PAL)" != "1" || "$(ROTOR_TOOLSET)" == "MSVC"
23 MSC_WARNING_LEVEL = $(VC_WARNING_LEVEL3) $(VC_WARNING_LEVELERROR)
24 COMPILER_WARNINGS=$(VC_WARNING_LEVEL3) $(VC_WARNING_LEVELERROR)
27 MSC_WARNING_LEVEL=$(ALL_WARNINGS_FLAG) -Werror
28 COMPILER_WARNINGS=$(ALL_WARNINGS_FLAG) -Werror
31 SUBSYSTEM_VERSION=4.00
41 LINKLIBS=$(LINKLIBS) \
42 $(PAL_LIB_PATH)\rotor_pal.lib
44 UNIX_DLL_LIBS=-lrotor_pal
46 !if "$(ROTOR_TOOLSET)" != "MSVC"
47 MISCFILES = $(O)\empty.obj
49 MISCFILES = $(O)\empty.res